home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / libgplus / no-strea / makefile.in < prev   
Makefile  |  1993-08-18  |  721b  |  25 lines

  1. # This is a dummy io directory, with nothing to build.
  2. # This is used by setting IO_DIR=no=stream when building libg++.
  3. # The effect is that iostream does not get built, installed, or used.
  4. # This is useful when:
  5. # a) You're using some other C++ compiler that comes with its own iostreams.
  6. # b) You're using iostream/stdio in your C-library.  In that case,
  7. # you will install iostream as part of your C-library, not as part of libg++.
  8.  
  9. srcdir = .
  10.  
  11. #### package, host, target, and site dependent Makefile fragments come in here.
  12. ##
  13.  
  14. stamp:
  15.     @touch stamp
  16.  
  17. .PHONY: add-to-targetlib
  18. # Invoked from other directories, overriding $(TARGETLIB).
  19. add-to-targetlib:
  20.     @echo "(Nothing to add)"
  21.  
  22. iostream.list:
  23.     @echo >iostream.list
  24.  
  25.